projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57640c
)
(standard_args): Add -find-file and -visit.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Dec 1996 20:55:04 +0000
(20:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Dec 1996 20:55:04 +0000
(20:55 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 593156cf4b6d39f2f67225235a66d0192bade45c..fca9faf100e0946c0dc87b05baeb34a1e00efe69 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1122,6
+1122,8
@@
struct standard_args standard_args[] =
{ "-f", "--funcall", 0, 1 },
{ "-funcall", 0, 0, 1 },
{ "-eval", "--eval", 0, 1 },
+ { "-find-file", "--find-file", 0, 1 },
+ { "-visit", "--visit", 0, 1 },
{ "-insert", "--insert", 0, 1 },
/* This should be processed after ordinary file name args and the like. */
{ "-kill", "--kill", -10, 0 },